home *** CD-ROM | disk | FTP | other *** search
- #ifndef fontListDefined
- typedef struct privateFontListRecord *fontList;
- #endif
-
- fontList BuildFontList(void);
-
- short CountFontFamilies(fontList list);
- short CountFontStyles(fontList, short familyIndex);
- Handle GetFontStyle(fontList, short familyIndex, short styleIndex);
- short GetFontFond(fontList, short familyIndex, short styleIndex);
- short GetFontFace(fontList, short familyIndex, short styleIndex);
- short FindFamilyIndex(fontList list, Str255 familyName);
- void SortMenu(MenuHandle menu);
-
- short GetFontState(Handle sfnt);
- void SetFontState(Handle sfnt, short state);
-